From: Chad Horohoe Date: Fri, 27 Jan 2012 13:27:26 +0000 (+0000) Subject: Minor tweak to r109161, remove trailing "this" X-Git-Tag: 1.31.0-rc.0~25064 X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=commitdiff_plain;h=34368e9d2eb39d3573bc68a982c88af582f3b612;p=lhc%2Fweb%2Fwiklou.git Minor tweak to r109161, remove trailing "this" --- diff --git a/includes/Title.php b/includes/Title.php index 916b09c7ec..b91c55c1d8 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1229,7 +1229,7 @@ class Title { */ private static function fixUrlQueryArgs( $query, $query2 = false ) { if( $query2 !== false ) { - wfDeprecated( "Title::get{Canonical,Full,Link,Local} method called with a second parameter is deprecated. Add your parameter to an array passed as the first parameter. This ", "1.19" ); + wfDeprecated( "Title::get{Canonical,Full,Link,Local} method called with a second parameter is deprecated. Add your parameter to an array passed as the first parameter.", "1.19" ); } if ( is_array( $query ) ) { $query = wfArrayToCGI( $query );